home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / sy / panel / scripts / DefineButton2_124 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  331 b   |  15 lines

  1. on(release){
  2.    if(_alpha != "100")
  3.    {
  4.       tellTarget("_level50")
  5.       {
  6.          gotoAndStop("off");
  7.       }
  8.       setProperty("customColour", _alpha, "100");
  9.       set("../:syncType",int(_name));
  10.       set("_level40/sound/lib:sound","256");
  11.       call("_level40/sound/lib:play");
  12.       gotoAndStop(30);
  13.    }
  14. }
  15.